@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

html,body{
	font-family:Roboto, arial, helvetica, sans-serif;
}

#header {
	background-color: #070C28;
	width: full;
	min-width:960px;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus {
	border: none;
	outline: none;
	text-decoration: none;
	text-underline-offset: 3px;
}

#logo {
	margin: 0 auto;
	width: 100%;
}


#wrapper {
	height: 100%;
	margin: 0 auto;
	min-height: 800px;
	width: 960px;
}

#head{
    height:40px;
	line-height:40px;
}

#head a, #head a:link, #head a:visited{
	font-size:16px;
	color:#4D4D4D;
	padding:5px;
}

#head a:hover, #head a:active, #head a:focus{
	color: #D14210;
}

#user, #headlinks{
	margin:0px;
}

#body{
	padding: 15px;
	min-height:800px;
	background-color:white;
}

a, a:link, a:visited{
	border:1px solid transparent;
	color:  #00918a;   /* was #4D4D4D; */
	text-decoration: underline;
	text-underline-offset: 3px;
}

a:hover, a:active, a:focus {
	color: #D14210;
	text-decoration: underline;
	border:1px solid transparent;
	text-underline-offset: 3px;
}

a:focus{
	border:1px dotted #0172a8;
}

h1{
	margin:20px 0;
	font-size: 32px;
	font-weight: 900;
}

h2{
	margin:20px 0;
	font-size: 28px;
	font-weight: 900;
}

img, svg {
	vertical-align: unset;
}

.validationerror, .ftValidError {
	background-color: #f2dede !important;
	border: 1px solid;
	border-color: #eed3d7;
	border-radius: 5px;
	color: #A70000;
    font-weight: 700;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
    margin-top:130px;
}

#appnav {
	background-color: #f0f3f5;
	border: none;
	color:  #101010;
    float:left; /*for appnav on left side*/
	font-size: 16px;
	font-weight: 400;
	margin-bottom: -4000px;
    margin-top: 65px; /*if editing the btn height adjust this to match so page & appnav headings are aligned*/
	padding: 0 5px;
	width: 200px;
	border-radius: 5px;
}

#appnav h3 {
	background-color: transparent;
	border: none;
	color: #007484;
	font-size: 25px; 
	margin: 0px;
	padding: 5px;
	line-height: 47px;
}

#appnav .current {
	background-color: #4db2ac;
	color: #ffffff;
	border: none;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	padding: 8px;
	/* border-top: 1px solid #d6d6d6; */
}

#appnav li {
	border: none;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	/* border-top: 1px solid #d6d6d6; */
}

#appnav a, #appnav a:link, #appnav a:visited {
    color:black;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
    text-decoration: none;
	/* transition: background-color .1s ease-in, color .1s ease-in; */
}

#appnav a:hover,#appnav a:active, #appnav a:focus {
    background-color: #bababa;  /* was #D14210; */
	color: #ffffff;	
    text-decoration: none;
	outline: 1px solid #003F43;
}




/*This is for appnav on left side*/
#htmlForm .appform{
	margin-left:230px;
}

.ftEditForm,.ftEditPage {
	border: none;
	width: 700px !important;
}

.appform h2, .ftEditPageHeading, #kc-passwd-update-form h2 {
	background-color: #4db2ac;
    box-sizing: border-box;
	color: white;
	font-size: 22px;
	border-radius: 5px;
	padding:15px;
	width: inherit;
	font-weight: 500;
}

.appform h3, .ftEditSectionHeading {
	background-color: #bababa;  /* was #3e3e3e; */
    box-sizing: border-box;
	color: white;
	font-size: 18px;
	border-radius: 5px;
	padding:15px;
	width: inherit;
}

.ftEditColumnHeading {
	background-color: green;
	color: white;
	font-size: 16px;
	width: inherit;
}

.loginbox .appform .btn {
	padding-left: 105px;
}

.loginbox .appform .l {
	min-width: 145px !important;
}

/*label of MFA steps*/
.otp-steps {
	width: 70px;
}

.appform .btn {
	background: none;
	background-color: transparent;
	border: none;
	font-size: 90%;
	height: 45px;
	position: relative;
}

.appform .btn .mid {
	width: 410px;
}

#regform .field {
	width: 660px;
}

.appform .l {
	width: 197px;
}

.sg-time {
	border: none;
	text-decoration: none;
	color: #4D4D4D;
}

.sg-time:hover {
color: #D14210;
}

.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close, #kc-form-buttons input {
	appearance: none;
	background-color: #00918a; 
	transition:background-color .15s ease,border-color .15s ease,color .15s ease;
	border: none;
	border-radius:5px;
	color: white;
	cursor: pointer;
	font-size: 16px;
	height: 40px;
	line-height: 40px; /*height minus border top and bottom width*/
	moz-appearance: none;
	padding: 0;
	text-decoration: none;
	webkit-appearance: none;
	width: 150px;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover, #kc-form-buttons input:hover {
	background-color:  #D14210;  /* #00746d */
}

.appform .btn .next {
	background-image: url(https://static.smartygrants.com.au/default/arrows/white-chevron-right.png);
	background-position: 103px center; /*increase with the input width, will need some adjusting based on arrow choice*/
	background-size: 18px;
}

.appform .btn input.btndisabled {
	cursor: not-allowed;
}

.appform .btn .prev {
	background-image: url(https://static.smartygrants.com.au/default/arrows/white-chevron-left.png);
	background-position: 5px center;
	background-size: 18px;
}

#lastSaved {
	float: right !important; /*change to right for appnav on left side*/
	margin-top: -90px; /*increase with appnav margin-top*/
}

.questionLegend {
	width: inherit;
}

/*Links at the top of round landing page and form preview*/
.iconbar .item a {
    display: block;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

.iconbar .item img {
	margin-top: -7px;
}

.iconbar .item-narrow {
	width: 177px;
}

/* added for the form preview */
.iconbar .item-very-wide a, .iconbar .item-wide a {
    display: inline !important;
}

/*.appform textarea.ftFieldAddressFull {
	height: 20px;
	min-width: 500px;
	width: max-content;
}*/

a.leaflet-pelias-search-icon {
	visibility: hidden;
}

.leaflet-left .leaflet-control-custom {
    cursor:pointer;
    width: 62px !important;
}

.create-sf-profile-btn{
	text-decoration: none !important;
}

#footer-banner {
	background-color: white;
    height: 300px;
    width: full;
}

#footer-banner-content {
	background-color: white;
    margin: 0 auto;
	width: 960px;
}

.footer-banner-position {
	float: left;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 38px;
}


#footer {
	background-color: white;
	color: black;
    height: 420px;
	width: full;
	min-width:960px;
}

#footer-content {
    margin: 0 auto;
	padding-top: 40px;
	width: 960px;
}

.footer-position {
	background-color: #cfcfcf;
	float: left;
	font-size: 14px;
	height: 180px;
    line-height: 24px;
	margin-top: 0px;
	padding-top: 35px;
}

.footer-position ul {
	margin: 0px;
}

.footer-position li {
	list-style: none;
	margin-bottom: 0px;
}

.footer-position h4 {
	color: black;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

#footer a, #footer a:link, #footer a:visited{
	color:black;
	text-decoration:underline;
	text-underline-offset: 3px;
	border:1px solid transparent;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color:#D14210;
	text-decoration:underline;
	border:1px solid transparent;
}

#footer a:focus{
	border:1px dotted #0172a8
}


#grants-info.footer-position{
    width: 60%;
    padding-left: 30px;
    padding-right: 40px;
}

#tech-support.footer-position{
    width: 29%;
    padding-left: 32px;
    padding-right: 0px;
}

#footer-aoc {
   text-align: center;
}

#footer-aoc h4 {
	color: black;
	font-size: 16px;
	font-weight: 700;
    margin-top: 260px;
	margin-bottom: 15px;
}

/*
linkbtn {
padding-top: 8px;
}
*/

#footer-lower{
	background-color: #070C28;
	color:white;
	height: 100px;
	border-top: 1px solid #4d4d4d;
	width: 100%;
	min-width: 960px;
}

#footer-lower a, #footer-lower a:link, #footer-lower a:visited{
	color:white;
	border:1px solid transparent;
    text-decoration:underline;
	text-underline-offset: 3px;
}

#footer-lower a:hover, #footer-lower a:active, #footer-lower a:focus{
	color:#D14210;
	text-decoration:underline;
	text-underline-offset: 3px;
	border:1px solid transparent;
}

#footer-lower a:focus{
	border:1px dotted #0172a8
}

#footer-lower li {
    display: inline;
	padding: 0 20px;
}

.footer-lower-position{
	margin-top: 0px;
	font-size: 14px;
	text-align: center;
}

#footer-lower-links {
    text-align: center;
	height: 60px;

}

#footer-lower-links ul{
    margin-top:14px;
}

#footer-lower-details {
margin-top: -20px;
height: 40px;
text-align: center;
background-color: #070C28;
}


.minornote {
background-color: #D14210;
color: white;
}

.minornote .sg-time {
    color: white;
}

.minornote .sg-time:hover  {
    color: white;
}

/* Added to align the radio buttons with their text */
.ftFieldRadio, .ftFieldCheckbox {
    margin-top: 3px;
}



/*SF my submissions things. don't touch*/


#submissions .col-1 button {
	background-color: #007bff;
	color: #fff;
  }
  
  #submissions .col-1 button:hover {
	color: #007bff;
	background-color: white;
  border: 1px solid;
  }
  
  #app-detail-modal button.btn-primary {
	  background: none;
	  border-color: #6c757d;
	  color: black;
  }
  
  #submissions a {
  }
  
  a#rc-responselink, a#rsc-responselink  {
	  text-decoration: underline;
	color: #007bff;
  
  }
  
  #submissions .app-title a{ 
	  text-decoration: underline;
  
  }
